Increase Description field max character length#296
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #296 +/- ##
==========================================
- Coverage 97.88% 93.24% -4.64%
==========================================
Files 16 16
Lines 1983 1983
==========================================
- Hits 1941 1849 -92
- Misses 42 134 +92
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@yarikoptic Not sure why the tests are failing but it appears to be unrelated. |
candleindark
left a comment
There was a problem hiding this comment.
This change should be fine. However, I think we will get a new JSON schema because of this change. In consts.py, you may want to change DANDI_SCHEMA_VERSION
to "0.6.11" and add "0.6.10" to ALLOWED_INPUT_SCHEMAS
Thanks. I have now updated the |
|
Looks like these CI failures are unrelated. Merging. |
Fix #295
10,000 characters is about 2-3 single-spaced pages. Based on the OpenScope use case, the dataset descriptions (https://openscopedatafront.web.app/datasets) will fit within 10,000 characters. See here for the context: dandi/dandi-archive#2297.